CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Extension DLL

搜索资源列表

  1. ISAPICookies_demo.zip

    0下载:
  2. Cookies in an ISAPI Extension DLL 用ISAPI 扩展 DLL来处理Cookies
  3. 所属分类:Internet/网络编程

    • 发布日期:
    • 文件大小:13394
    • 提供者:
  1. mfcexpenddll

    0下载:
  2. MFC 扩展DLL 编程实例 搭好了一个进行编程的框架-MFC extension DLL programming examples put up a framework for the programming
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60097
    • 提供者:张涛
  1. vc++dllintroduce

    0下载:
  2. VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:387752
    • 提供者:董峰涛
  1. MultiLangSupportMFCExtDLL

    0下载:
  2. 基于扩展DLL文件的多语言实现,可以动态修改MFC编写的程序,修改时间迅速-extension DLL files based on the multi-language, can be modified dynamically MFC prepared by the procedures, modified quickly
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:55290
    • 提供者:韩东
  1. Regsvr32

    0下载:
  2. Regsvr 32命令是Windows中控件文件(如扩展名为DLL、OCX、CPL的文件)的注册和反注册工具。 注册了以下dll文件 -Regsvr 32 orders Windows controls (such as the extension DLL, OCX, the CPL) for the registration and anti-registration tool. Dll registered the following documents
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2638
    • 提供者:qerde
  1. dydll

    0下载:
  2. VC++动态链接库编程之MFC扩展 DLL源代码 VC++动态链接库编程之MFC扩展 DLL源代码-VC dynamic link library's programming MFC extension DLL source code VC DLL MFC program's expansion DLL source code VC dynamic link library's programming MFC extension DLL source code VC
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:63769
    • 提供者:yangthui
  1. RegularDll

    0下载:
  2. 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static link to the rules and MFC DLL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27103
    • 提供者:zhengyan
  1. xgui-extension

    0下载:
  2. Bobi B has written a very cool Photoshop-like color picker (you can click here to see how cool it is), but since this is compiled into a DLL, it is very hard to use with existing MFC projects. I decided therefore to create a simple class to mimic CGT
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:116653
    • 提供者:高修成
  1. MFCFTPClient

    0下载:
  2. MFC的扩展动态连接库,可以实现一些简单的FTP功能。对于学习MFC的人来说,是一个不错的例子-MFC extension DLL, can achieve some simple FTP functions. Learning MFC people, is a good example
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:54538
    • 提供者:李浩
  1. CustomCtrl_DrawPen

    0下载:
  2. 用Custom conctrl实现画笔 如果custom conctrol放在Extension dll中,注册类时需要注意!HINSTANCE hInst = (HINSTANCE)::GetModuleHandle("CustomCtrlDll.dll");
  3. 所属分类:源码下载

    • 发布日期:2010-12-10
    • 文件大小:83593
    • 提供者:roger_it
  1. TrayIcon_Demo

    0下载:
  2. 任务栏图标封闭类vc++ TrayIcon源代码,是一个MFC扩展DLL,可能其它非MFC扩展的程序无法使用。-Taskbar icon like vc++ TrayIcon closed source code is an MFC extension DLL, an MFC extension may be other non-program can not be used.
  3. 所属分类:ToolBar

    • 发布日期:2017-03-27
    • 文件大小:99904
    • 提供者:denis
  1. AES

    1下载:
  2. AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-13
    • 文件大小:2365440
    • 提供者:tianyi
  1. DLL_CProcessCtlDlg

    1下载:
  2. 这是一个使用MFC扩展动态链接库制作的进度条对话框类,他不需要在状态条上显示,而且可以设定窗口颜色,大小,进度条及背景的颜色,同时可以设置窗口的透明度。它包含了CProcessCtl的所有功能函数。 这里包含了源程序代码,Demo以及生成的库。-This is an MFC extension DLL using the production of the progress bar dialog class, he did not need the status bar displays,
  3. 所属分类:StatusBar

    • 发布日期:2017-03-24
    • 文件大小:171404
    • 提供者:陈新禹
  1. visual-cPP-DLL

    0下载:
  2. 使用DEF文件导出函数 从DLL中获得资源 在DLL中共享数据 在MFC扩展DLL中导出类-DEF file export function to use to obtain resources from the DLL to share data in the DLL MFC extension DLL in the derived class
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:315787
    • 提供者:winshow
  1. ISAPICookies_demo

    0下载:
  2. Cookies in an ISAPI Extension DLL 用ISAPI 扩展 DLL来处理Cookies-Cookies in an ISAPI Extension DLL expands DLL with ISAPI to process Cookies
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-12-03
    • 文件大小:13707
    • 提供者:王勇
  1. MyDynamicLib

    0下载:
  2. 动态链接库分Extension DLL和Regular DLL ,本程序属于第二种-Dynamic link library hours Extension DLL and Regular DLL, the process belongs to the second
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:5980
    • 提供者:jingyangw
  1. VCPPAll_Dll.example

    0下载:
  2. 利用Dll封装数据的各种方法,静态,动态,mfc dll mfc 扩展Dll讲解-Dll encapsulated data using various methods, static, dynamic, mfc dll mfc extension Dll explain
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:867725
    • 提供者:汪伟
  1. How-to-make-a-dll-with-VCPP

    0下载:
  2. 文章详细介绍了如何使用VC++编写一个DLL程序,包括普通DLL、MFC DLL和扩展DLL 三种类型;-The article describes in detail how to use VC++ to write a DLL procedure, including ordinary DLL, MFC DLL and extension DLL three types
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:153641
    • 提供者:
  1. MU-GS-DLL

    1下载:
  2. 奇迹服务端GS(1.03版本)扩展DLL,E语言。-MU server GS (1.03 version) extension DLL, E language.
  3. 所属分类:Game Engine

    • 发布日期:2014-11-12
    • 文件大小:35840
    • 提供者:yoke1990
  1. MFC-extension-DLL-exporting-

    0下载:
  2. 一步 实现MFC扩展DLL中导出类和对话框-Step by step to achieve MFC extension DLL exporting classes and dialogs
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-26
    • 文件大小:8206112
    • 提供者:644
« 12 3 4 5 6 »
搜珍网 www.dssz.com